home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APXMDIDV.PAK / APXMDDVA.DEF < prev    next >
Text File  |  1997-05-06  |  985b  |  28 lines

  1. ;-----------------------------------------------------------------------------
  2. ;   Project ApxMdiDv
  3. ;   Borland International
  4. ;   Copyright ⌐ 1996. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    ApxMdiDv Module Definition File
  7. ;   FILE:         apxmddva.def
  8. ;   AUTHOR:       
  9. ;
  10. ;-----------------------------------------------------------------------------
  11.  
  12. NAME 'ApxMdiDv'
  13.  
  14. DESCRIPTION 'ApxMdiDv Application - Copyright ⌐ 1996. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18.  
  19. ; Note: When compiling an application as a 32-bit target, the linker
  20. ;       will generate a warning with the settings below.  If you intend
  21. ;       to build your application as a 32-bit target only, you can
  22. ;       safely delete the STACKSIZE setting to get rid of this warning.
  23. ;
  24. ;       The STACKSIZE of 16384 is recommended for 16-bit AppExpert
  25. ;       applications using the large memory model.
  26. ;
  27. STACKSIZE    16384
  28.